Skip to content

Ensure node version matches parent pom#1601

Open
gregorydlogan wants to merge 3 commits intoopencast:developfrom
gregorydlogan:t/ensure-node-version
Open

Ensure node version matches parent pom#1601
gregorydlogan wants to merge 3 commits intoopencast:developfrom
gregorydlogan:t/ensure-node-version

Conversation

@gregorydlogan
Copy link
Copy Markdown
Member

This PR checks to see that our node version matches the upstream parent's pom's version.

This has the side effect of updating the current version of node in use, especially once opencast/opencast#7636 is merged.

@gregorydlogan gregorydlogan added the type:infrastructure Build process, deployment, workflows label May 6, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 6, 2026

Use docker or podman to test this pull request locally.

Run test server using develop.opencast.org as backend:

podman run --rm -it -p 127.0.0.1:3000:3000 ghcr.io/opencast/admin-interface:pr-1601

Specify a different backend like stable.opencast.org:

podman run --rm -it -p 127.0.0.1:3000:3000 -e PROXY_TARGET=https://stable.opencast.org ghcr.io/opencast/admin-interface:pr-1601

It may take a few seconds for the interface to spin up.
It will then be available at http://127.0.0.1:3000.
For more options you can pass on to the proxy, take a look at the README.md.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 6, 2026

This pull request is deployed at test.admin-interface.opencast.org/1601/2026-05-06_18-07-28/ .
It might take a few minutes for it to become available.

@gregorydlogan
Copy link
Copy Markdown
Member Author

Note that this should be failing now, since the changes it makes depend on opencast/opencast#7636 being merged first.

@gregorydlogan gregorydlogan force-pushed the t/ensure-node-version branch from 0370dcb to c9c227e Compare May 6, 2026 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:infrastructure Build process, deployment, workflows

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant